projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea29884
)
xenpaging: remove obsolete comment in resume path
author
Olaf Hering
<olaf@aepfle.de>
Sun, 20 Nov 2011 16:01:20 +0000
(17:01 +0100)
committer
Olaf Hering
<olaf@aepfle.de>
Sun, 20 Nov 2011 16:01:20 +0000
(17:01 +0100)
Remove stale comment.
If a page was populated several times the vcpu is paused and
xenpaging has to unpause it again.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
tools/xenpaging/xenpaging.c
patch
|
blob
|
history
diff --git
a/tools/xenpaging/xenpaging.c
b/tools/xenpaging/xenpaging.c
index 5edf8d3c8bbf6bbefecd9be96dd4daf241f394ce..7d5a4b6d25993ce2fc581bf2f6fdbe149fe79ac6 100644
(file)
--- a/
tools/xenpaging/xenpaging.c
+++ b/
tools/xenpaging/xenpaging.c
@@
-744,7
+744,6
@@
int main(int argc, char *argv[])
!!(req.flags & MEM_EVENT_FLAG_EVICT_FAIL) );
/* Tell Xen to resume the vcpu */
- /* XXX: Maybe just check if the vcpu was paused? */
if ( req.flags & MEM_EVENT_FLAG_VCPU_PAUSED )
{
/* Prepare the response */